The C1SelectionManager<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1SelectionManager<(Of <(<'T>)>)> |
Creates an instance of C1SelectionManager.
|
Methods
Name | Description | |
---|---|---|
ClearSelection |
Clears the current selection.
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
HandleSelectionChange(T, Boolean) |
Handles the item selection, checks the item current status and updates the selected items.
|
|
HandleSelectionChange(T, Boolean, Boolean) |
Handles the item selection, checks the item current status and updates the selected items.
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AllowMultiRangeSelection |
Gets or sets a value indicating if the selection of multiple ranges at the same time is allowed.
|
|
SelectedItem |
Gets the current selected item (if not in single selection mode returns the last of the SelectedItems.
|
|
SelectedItems |
Gets the list of current selected items.
|
|
SelectionMode |
Gets or sets the selection mode used by the C1SelectionManager.
|
Events
Name | Description | |
---|---|---|
SelectionChanged |
Fired when the selection changes.
|
|
SelectionChanging |
Fired when the selection is changing.
|